
----------------------------------------------------------------------------------------
                            CREATING A JAGUAR CD_ROM
----------------------------------------------------------------------------------------

1.) Turn on PC and the CD Writer. From the Boot Options Menu choose #1 (CD Mastering).
This will start Windows.

2.) Open the "Applications" icon in the Program Manager.

3.) Open the "EZ_CD_Pro" icon. This will launch the CD Writer Software.

4.) Select "Write" from the "CD Recorder" Menu. A dialog box will open

5.) For the "Write Source", select "CUE Sheet". Click on the "Select"
button and select "C:\TEMP\AUDIO_1.CUE".

6.) Put a blank CD in the CD Write. Click on the "Write" and then the "Start"
button. Never use the "Tray" button to close the CD tray.

7.) The first session (audio session) is now beeing written.

8.) When done, select "Write" in the "CD Recorder" Menu.

9.) This time, choose the latest film cue sheet: "C:\TEMP\DDMMMYYV.CUE" where 
	DD   - is the day
	MMM  - is the month
	YY   - is the year
	V    - is the version of the day

For example:	"C:\TEMP\04JAN96a.CUE"

10.) Again, click on "Write" and then "Start". Now the GameFilm track
will be written.



----------------------------------------------------------------------------------------
                            CREATING A JAGUAR CD MOVIE
----------------------------------------------------------------------------------------


1.) Boot the PC. At the Boot Options Menu choose #5 (PC NFS). The password is
"dustoff". (For Novell the password is "dustfoo".)

2.) Change to drive "G". The Jaguar movies will be there. Copy all the movies from
"G:\" to "C:\TEMP".

3.) Reboot the PC.

4.) CD C:\TEMP

5.) Select #2 (Novell). The password is "dustfoo". Copy the newly generated Axuiliary 
Atom files (generated by 'mkaux') from "Z:\PUNLIC\TRANSFER\GAMEFILM" to "C:\TEMP".

6.) Execute "make-cd.bat" which calls:
				- call augment
				- onetack
				- call index
				- call track

    Remember to put the auxstuff into the film / mk index and bigtrack

7.) Reboot and do "Make CD", see above.

8.) Go into "EZ_CD Pro" and open "EDIT: Cuesheet".
    Do "Open File" and from "C:\TEMP" select "04JAN96A.CUE"
    Save it as "22JAN96A.CUE".

    Throw away: "INDEX.TRK"
	        "TRACK.TRK"

    Go into Window's File Manager and drag "INDEX.TRK" onto "GFX15.TRK"
    and then "TRACK.TRK" onto "INDEX.TRK".

    Save the Cuesheet and close it.

    Now go to "CD-Recorder" menu, select "Write".
    Use CueSheets: Audio Track and then the new Track (22JAN96A.TRK)



----------------------------------------------------------------------------------------
                            CAPTURE TOC
----------------------------------------------------------------------------------------

1.) In the Jaguar GameFilm development directory edit "GF.DB".

2.) Comment out "read toc.dat 2c00" and save it.

3.) Reboot the Jaguar with the new GameFilm CD inside the CD-Player. Let the game start
and then press "Reset" after a couple of seconds.

4.) Start the Jaguar debugger and write out the new TOC:
	write 23jan96a.dat 2c00


5.) Quit the debugger.

6.) Edit "GF.DB" again and take out the comment sign.

7.) Copy "23jan96a.dat" to "toc.dat"

8.) Start the debugger with the GameFilm code and "go".


